projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0234e8e
)
rendernodes: Add missing nullable annotation
author
Timm Bäder
<mail@baedert.org>
Sun, 4 Mar 2018 16:25:49 +0000
(17:25 +0100)
committer
Timm Bäder
<mail@baedert.org>
Sun, 4 Mar 2018 18:12:04 +0000
(19:12 +0100)
gsk/gskrendernodeimpl.c
patch
|
blob
|
history
diff --git
a/gsk/gskrendernodeimpl.c
b/gsk/gskrendernodeimpl.c
index 77c53e264fa3c44e75d0a7f6b0e0cface9ee5887..f7765b72fd1fd852fc9da1e5984bdaa1d6421511 100644
(file)
--- a/
gsk/gskrendernodeimpl.c
+++ b/
gsk/gskrendernodeimpl.c
@@
-3983,7
+3983,7
@@
static const GskRenderNodeClass GSK_TEXT_NODE_CLASS = {
* Note that @color may not be used if the font contains
* color glyphs.
*
- * Returns: a new text node, or %NULL
+ * Returns:
(nullable):
a new text node, or %NULL
*/
GskRenderNode *
gsk_text_node_new (PangoFont *font,